Disable build features constant
authorFelix Krull <f_krull@gmx.de>
Wed, 28 Aug 2019 21:20:15 +0000 (23:20 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000 (12:53 -0400)
rust-bindings/rust/conf/ostree-sys.toml

index 092893187c34ee99224b0520d25defa9568f3473..d3ac4ba528737e269f1186bd7f8ba4c84a85f5b3 100644 (file)
@@ -27,6 +27,9 @@ ignore = [
     "OSTree.VERSION",
     "OSTree.VERSION_S",
     "OSTree.YEAR_VERSION",
+
+    # build-dependent constants
+    "OSTree.BUILT_FEATURES",
 ]
 
 girs_dir = "../gir-files"